home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 40 / Amiga Format CD40 (1999-05-11)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-06].iso / -readerstuff- / paul_qureshi / source / nbody.lzx / NBody_Collision_Detection / project / simbk.dat < prev    next >
Text File  |  1999-03-27  |  833b  |  20 lines

  1. /*  simulation specificaiton file                 */
  2. /* name, density: name of polyhedron instanced.  density of polyhedron
  3.    {x,y,z}-p: positon of polyhedron.
  4.    {x,y,z}-v: velocity of polyhedron.
  5.    {x,y,z}-r: orientation of polyhedron in euler angles(degree).
  6.    {x,y,z}-d: axis of rotation(vector)
  7.     delta: amount of rotation in radius                              */
  8. /* name,density,x-p,y-p,z-p,x-v,y-v,z-v,x-r,y-r,z-r,x-d,y-d,z-d,delta*/
  9.  
  10. start  5
  11.  
  12. slab  2.0     -9   -9   -9   0.1   0.1   0.2  45  90  30  4  2  6   0.1 
  13. slab  3.0     9   -9   -9   -0.1   0.1   0.2  95  40  -30  2  2  5  0.15 
  14. slab  3.0     -9   -9   9   0.1   0.1   -0.2  -45  10  40  3  6  2  0.2 
  15. pyramid  1.0  -9   9  -9   0.1   -0.1   -0.2  55  70  90  5  1  3   0.5 
  16. pyramid  5   -0.4   0.2  -0.5   0.1   -0.1   -0.2  55  70  90  5  1  3  0.2 
  17.  
  18. *
  19.  
  20.